/*
-------------------------------------------------------------------------------------------
* Template Name    : itotek | Bootstrap 4 HTML5 Multi Purpose One/Multi Pages Template    *
* Author           : Setblue                                                              *
* Version          : 1.0.0                                                                *
* File Description : Main Css file of the template                                        *
*------------------------------------------------------------------------------------------
*/
/********************************
    1.COMMON           			*
    2.HELPER          			*
    3.PRELOADER     			*
    4.BUTTON     			    *
    5.NAVBAR          			*
    6.HOME            		    *	
    7.SERVICES  			    *
    8.ABOUT                     *
    9.PRICING     			    *
    10.TEAM     			    *
    11.TESTIMONIAL     			*
    12.FAQ's        			*
    13.CONTACT       			*
    14.BRAND         			*
    15.FOOTER         			*

    +++OTHER PAGES+++
    -----------------------------
    16.PORTFOLIO                *
    17.BLOG                     *
    18.LOGIN PAGE               *

    +++RESPONSIVE CSS+++
    ----------------------------

    19.RESPONSIVE   	        *
********************************/


/*===========================
      1.COMMON css 
===========================*/
body {
    font-family: "Poppins", sans-serif;
    font-weight: 300;
    font-style: normal;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    text-decoration: none;
}

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    color: #333333;
    margin: 0px;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 16px;
}

ul, ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #333333;
    margin: 0px;
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

/*==========================
        2.HELPER
============================*/
.section {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
	min-height: 300px;
}

.section_title {
    position: relative;
}

    .section_title h2 {
        position: relative;
        margin-bottom: 22px;
        color: #333;
        font-size: 34px;
        font-weight: 500;
    }

        .section_title h2:after {
            position: absolute;
            content: '';
            width: 60px;
            height: 4px;
            background-color: #1668ec;
            display: block;
            top: -15px;
            left: -30px;
            right: 0;
            margin: auto;
        }

        .section_title h2:before {
            position: absolute;
            content: '';
            width: 20px;
            height: 4px;
            background-color: #1668ec;
            display: block;
            top: -15px;
            left: 0;
            right: -70px;
            margin: auto;
        }

.section_subtitle {
    line-height: 25px;
    max-width: 750px;
    padding-top: 0;
    color: #666;
    margin-bottom: 0;
}

.inner-banner {
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
	background-image: url(../images/top_bg.png);
	background-size: 100%;
	background-repeat: no-repeat;
	overflow: hidden;
    width: 100%;
    height: 22vh;
    background-position: center;
    background-size: cover;
    position: relative;
}

.inner-text {
    position: absolute;
    left: 0;
    top: 65%;
    right: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9;
}

    .inner-text h1 {
        color: #fff;
        text-transform: capitalize;
        font-weight: 700;
        font-size: 40px;
    }

.breadcrumb {
    padding: 0 15px;
    margin: 0;
    background: none;
    justify-content: center;
}

    .breadcrumb .breadcrumb-item a {
        color: #eee;
    }

        .breadcrumb .breadcrumb-item.active, .breadcrumb-item + .breadcrumb-item::before, .breadcrumb .breadcrumb-item a:hover {
            color: #fff;
        }

.bg-light {
    background-color: #f8f9fa !important;
}
/*==========================
        3.PRELOADER
============================*/
.spinner-wrapper {
    position: fixed;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
}

.spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3.75rem;
    height: 1.25rem;
    margin: -0.625rem 0 0 -1.875rem;
    text-align: center;
}

    .spinner > div {
        display: inline-block;
        width: 1rem;
        height: 1rem;
        border-radius: 100%;
        background-color: #1668ec;
        -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
        animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1.0);
        -ms-transform: scale(1.0);
        transform: scale(1.0);
    }
}
/*===========================
    4.BUTTON css 
===========================*/
.buttons-title .title {
    font-size: 36px;
    line-height: 45px;
    color: #6c6c6c;
}

.white-btn {
    border-radius: 50px;
    background: #fff;
    color: #fe7856;
    border: 2px solid #fe7856;
    padding: 10px 30px;
    z-index: 5;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

    .white-btn:hover {
        background: -webkit-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
        background: -o-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
        background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
        background-size: 200%;
        border: 2px solid #fe7856;
        color: #fff;
    }

.main-btn {
    border-radius: 50px;
    padding: 10px 30px;
    background: -webkit-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background: -o-linear-gradient(left,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background-size: 200%;
    border: 2px solid #fe7856;
    color: #fff;
    z-index: 5;
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

    .main-btn:hover {
        background: #fff;
        color: #fe7856;
        border: 2px solid #fe7856;
    }

/*===========================
        5.NAVBAR css 
===========================*/
.navbar-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
}

    .navbar-area .navbar {
        position: relative;
        padding: 0;
    }

        .navbar-area .navbar .navbar-toggler .toggler-icon {
            width: 30px;
            height: 2px;
            background-color: #fff;
            margin: 5px 0;
            display: block;
            position: relative;
            transition: all 0.3s ease-out 0s;
        }

        .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
            transform: rotate(45deg);
            top: 7px;
        }

        .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
            opacity: 0;
        }

        .navbar-area .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
            transform: rotate(135deg);
            top: -7px;
        }

        .navbar-area .navbar .navbar-nav .nav-item {
            margin: 0 15px;
            position: relative;
        }

            .navbar-area .navbar .navbar-nav .nav-item > a {
                font-size: 16px;
                line-height: 24px;
                font-weight: 400;
                padding: 26px 0;
                color: #fff;
                text-transform: capitalize;
                position: relative;
                opacity: 0.8;
                transition: all 0.3s ease-out 0s;
            }

            .navbar-area .navbar .navbar-nav .nav-item a::before {
                position: absolute;
                content: '';
                width: 20px;
                height: 4px;
                left: 50%;
                margin: 0 2px;
                bottom: 14px;
                background-color: #fff;
                transition: all 0.3s ease-out 0s;
                transform: translate(-50%) scaleX(0);
            }



            .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
                opacity: 1;
                color: #fff;
            }

                .navbar-area .navbar .navbar-nav .nav-item.active > a::before, .navbar-area .navbar .navbar-nav .nav-item:hover > a::before {
                    transform: translate(-50%) scaleX(1);
                }

        .navbar-area .navbar .navbar-btn li {
            display: inline-block;
            margin-right: 5px;
        }

            .navbar-area .navbar .navbar-btn li a {
                padding: 10px 30px;
                font-size: 16px;
                text-transform: capitalize;
                font-weight: 500;
                color: #fff;
                border-radius: 4px;
                transition: all 0.3s ease-out 0s;
            }

                .navbar-area .navbar .navbar-btn li a.light {
                }

                    .navbar-area .navbar .navbar-btn li a.light:hover {
                        background-color: rgba(255, 255, 255, 0.4);
                    }

                .navbar-area .navbar .navbar-btn li a.solid {
                    color: #fff;
                    background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
                    background-size: 200%;
                    border-radius: 50px;
                    border: 2px solid #fe7856;
                }

                    .navbar-area .navbar .navbar-btn li a.solid:hover {
                        background: #fff;
                        color: #fe7856;
                        border: 2px solid #fe7856;
                    }

    .navbar-area.sticky {
        background-color: #fff;
        z-index: 999;
        position: fixed;
        box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
        padding: 0px;
    }

        .navbar-area.sticky .navbar .navbar-toggler .toggler-icon {
            background-color: #333333;
        }

        .navbar-area.sticky .navbar .navbar-nav .nav-item a {
            color: #000000;
            opacity: 0.9;
        }

            .navbar-area.sticky .navbar .navbar-nav .nav-item a::before {
                background-color: #1668ec;
            }


        .navbar-area.sticky .navbar .navbar-nav .nav-item.active, .navbar-area.sticky .navbar .navbar-nav .nav-item:hover {
            color: #333333;
            opacity: 1;
        }

            .navbar-area.sticky .navbar .navbar-nav .nav-item.active a {
                color: #182b52d6;
            }

        .navbar-area.sticky .navbar .navbar-btn li a.light {
            color: #fff;
            background-color: #fff;
            background-size: 200%;
        }

        .navbar-area.sticky .navbar .navbar-btn li a.solid {
            color: #fff;
            background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
            background-size: 200%;
        }

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #2c64e2;
}

.dropdown-menu.dropdown-menu-right.show {
    margin: 0px;
    padding: 0px;
}


/*===========================
       6.HOME css 
===========================*/
.home_area {
    position: relative;
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
}

    .home_area::after {
        content: '';
        /* background-image: url(../images/header-shape.svg); */
        background-size: 101%;
        background-repeat: no-repeat;
        background-position: bottom;
        display: block;
        height: 100%;
        position: absolute;
        bottom: -1px;
        left: -1px;
        right: 0px;
        z-index: 1;
    }

.home-content {
    position: relative;
    z-index: 9;
    padding-top: 180px;
    padding-bottom: 200px;
}

    .home-content .main-btn {
        border: 2px solid #fff;
        background: transparent;
    }

        .home-content .main-btn:hover {
            border: 2px solid #fff;
            background: #fff;
            color: #182b52d6;
        }

    .home-content .title {
        /*font-size: 73px;*/
        line-height: 85px;
        color: #fff;
        font-weight: 700;
    }

    .home-content .text {
        color: #fff;
        margin-top: 16px;
    }

    .home-content .slider-btn {
        padding-top: 16px;
    }

        .home-content .slider-btn li {
            display: inline-block;
            margin: 16px 8px 0;
        }

            .home-content .slider-btn li a.rounded-one {
                background-color: #fff;
                border-color: #fff;
            }

                .home-content .slider-btn li a.rounded-one:hover {
                    background-color: transparent;
                    color: #fff;
                }

            .home-content .slider-btn li a.rounded-two {
                border-color: #fff;
            }

                .home-content .slider-btn li a.rounded-two:hover {
                    background-color: #fff;
                    color: #182b52d6;
                }


.scroll-next {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 9;
    width: 100%;
    text-align: center;
}

    .scroll-next a {
        height: 55px;
        width: 55px;
        transition: all 0.5s;
        animation: BounceAnimation 4s infinite;
    }

@-webkit-keyframes BounceAnimation {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
    }
}

@-moz-keyframes BounceAnimation {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-10px);
    }
}

@keyframes BounceAnimation {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-10px);
    }
}

/*===========================
      7.SERVICES css 
===========================*/
.services {
    padding: 22px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #efefef;
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
    margin-top: 30px;
}

    .services:hover {
        border: 2px solid #fc3832;
        transition: all 0.3s ease-out 0s;
    }

    .services .services-title-icon .services-title {
        font-size: 22px;
        line-height: 30px;
        font-weight: 500;
    }

        .services .services-title-icon .services-title a:hover {
            color: #182b52d6;
        }

    .services .services-title-icon .services-icon {
        position: relative;
        display: inline-block;
        margin-right: 20px;
        background: #1668ec;
        background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
        border-radius: 50px;
        width: 60px;
        height: 60px;
    }

        .services .services-title-icon .services-icon i {
            font-size: 32px;
            line-height: 60px;
            color: #fff;
            position: relative;
            z-index: 5;
            padding-left: 15px;
        }

    .services:hover .services-icon {
        background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
        background-size: 200%;
    }

    .services .services-content .text {
        font-size: 16px;
        line-height: 26px;
        margin-top: 10px;
    }

    .services .services-content .services-btn {
        color: #182b52d6;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
    }

/*===========================
      8.ABOUT css 
===========================*/
.about-content h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 600;
}

.about-content .text {
    line-height: 30px;
}



/*===========================
      9.PRICING css 
===========================*/
.single-pricing {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
    padding: 24px 20px 50px;
    border-radius: 9px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: 2px solid #f8f9fa;
    background-image: url(../images/price-shape.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
}

    .single-pricing:hover {
        border: 2px solid #fc3832;
        transition: all 0.3s ease-out 0s;
    }


    .single-pricing .pricing-header .sub-title {
        font-size: 20px;
        font-weight: 500;
        line-height: 25px;
        color: #333333;
        position: relative;
        padding-bottom: 8px;
    }


    .single-pricing .pricing-header .price {
        display: block;
        font-size: 48px;
        font-weight: 600;
        line-height: 80px;
        color: #333333;
    }

    .single-pricing .buttom-shape {
        position: absolute;
        bottom: -20px;
        left: 0;
        width: 101%;
    }

    .single-pricing .pricing-header .year {
        font-size: 20px;
        font-weight: 400;
        line-height: 25px;
    }

    .single-pricing .pricing-list ul li {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin-top: 16px;
    }

        .single-pricing .pricing-list ul li i {
            color: #182b52d6;
            margin-right: 8px;
        }




/*===========================
        10.TEAM css 
===========================*/
.team-style-eleven {
    position: relative;
    box-shadow: 0px 8px 16px 0px rgba(72, 127, 255, 0.1);
}

    .team-style-eleven .team-image img {
        width: 100%;
    }

    .team-style-eleven .team-content {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        padding-top: 25px;
        padding-bottom: 25px;
        z-index: 5;
        transition: all 0.3s ease-out 0s;
    }

        .team-style-eleven .team-content::before {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
            background: linear-gradient(to right, #182b52d6 0%, #2bdbdc 100%);
            z-index: -1;
            transition: all 0.3s ease-out 0s;
            opacity: 0;
        }

        .team-style-eleven .team-content .team-social {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            transition: all 0.3s ease-out 0s;
            visibility: hidden;
            opacity: 0;
        }

            .team-style-eleven .team-content .team-social .social {
                background-color: #fff;
                display: inline-block;
                padding: 10px 20px 6px;
                border-radius: 50px;
            }

                .team-style-eleven .team-content .team-social .social li {
                    display: inline-block;
                    margin: 0 8px;
                }

                    .team-style-eleven .team-content .team-social .social li a {
                        font-size: 16px;
                        color: #a4a4a4;
                        transition: all 0.3s ease-out 0s;
                    }

                        .team-style-eleven .team-content .team-social .social li a:hover {
                            color: #182b52d6;
                        }

        .team-style-eleven .team-content .team-name a {
            color: #333333;
            font-size: 24px;
            font-weight: 600;
            transition: all 0.3s ease-out 0s;
        }

        .team-style-eleven .team-content .sub-title {
            font-size: 16px;
            color: #182b52d6;
            transition: all 0.3s ease-out 0s;
        }

    .team-style-eleven:hover .team-content {
        padding-top: 50px;
    }

        .team-style-eleven:hover .team-content::before {
            opacity: 1;
        }

        .team-style-eleven:hover .team-content .team-social {
            top: -20px;
            visibility: visible;
            opacity: 1;
        }

        .team-style-eleven:hover .team-content .team-name a {
            color: #fff;
        }

        .team-style-eleven:hover .team-content .sub-title {
            color: #fff;
        }

.single-team {
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    border-radius: 10px;
}

    .single-team .team-image {
        position: relative;
    }

        .single-team .team-image img {
            width: 100%;
        }

        .single-team .team-image .social {
            position: absolute;
            left: 0;
            right: 0;
            bottom: 25px;
        }

            .single-team .team-image .social ul {
                background-color: rgba(255, 255, 255, 0.23);
                display: inline-block;
                border-radius: 50px;
                padding: 0 13px;
                position: relative;
                z-index: 5;
                overflow: hidden;
            }

                .single-team .team-image .social ul::before {
                    position: absolute;
                    content: '';
                    width: 100%;
                    height: 100%;
                    z-index: -1;
                    top: 0;
                    left: 0;
                    background: linear-gradient(#fe8464 0%, #fe6e9a 100%);
                    opacity: 0;
                    visibility: hidden;
                    transition: all 0.3s ease-out 0s;
                }

                .single-team .team-image .social ul li {
                    display: inline-block;
                }

                    .single-team .team-image .social ul li a {
                        padding: 15px 13px;
                        color: #fff;
                    }

    .single-team .team-content {
        padding: 30px;
    }

        .single-team .team-content .holder-name a {
            font-size: 20px;
            font-weight: 700;
            color: #2E2E2E;
        }

        .single-team .team-content .text {
            margin-top: 5px;
        }

    .single-team:hover .team-image .social ul::before {
        opacity: 1;
        visibility: visible;
    }


/*===========================
      11.TESTIMONIAL css 
===========================*/
.testimonial-area {
    background-image: url(../image/testimonial_bg.jpg);
    background-size: 100%;
    background-attachment: fixed;
    position: relative;
}

    .testimonial-area::before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #003994e0;
        left: 0px;
        top: 0px;
        display: block;
    }

    .testimonial-area .section-title .title {
        color: #fff;
    }

.single-testimonial {
    background-color: #fff;
    box-shadow: 0px 0px 30px 0px rgba(167, 167, 167, 0.16);
    overflow: hidden;
    border-radius: 10px;
    padding: 25px 30px 5px;
    border-radius: 10px;
    border: 2px solid transparent;
    margin: 30px 0;
    transition: all 0.3s ease-out 0s;
}

    .single-testimonial .testimonial-review .quota i {
        font-size: 36px;
        color: #119BD2;
        transition: all 0.3s ease-out 0s;
    }

    .single-testimonial .testimonial-review .star ul li {
        display: inline-block;
        font-size: 16px;
        color: #FE806D;
    }

.author-image {
    margin-right: 20px;
}

.single-testimonial .author-image img {
    width: 60px;
    height: 60px;
    border-radius: 50px;
}

.single-testimonial .testimonial-author .author-content .holder-name {
    font-size: 18px;
    font-weight: 700;
    color: #2E2E2E;
}

.single-testimonial .testimonial-author .author-content .text {
    font-size: 15px;
}

.single-testimonial:hover {
    border-color: #FE7A7B;
}

    .single-testimonial:hover .testimonial-review .quota i {
        color: #FE7A7B;
    }

.slick-center .single-testimonial {
    border-color: #FE7A7B;
}

    .slick-center .single-testimonial .testimonial-review .quota i {
        color: #FE7A7B;
    }

.testimonial-active .slick-dots {
    margin: 0 auto;
}

    .testimonial-active .slick-dots li {
        display: inline-block;
        margin: 0 4px;
    }

        .testimonial-active .slick-dots li button {
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background: linear-gradient(180deg, #fff 0%, #fff 100%);
            border: 0;
            font-size: 0;
            opacity: 0.5;
            transition: all 0.3s ease-out 0s;
        }

        .testimonial-active .slick-dots li.slick-active button {
            opacity: 1;
            width: 15px;
            height: 15px;
        }

/*===========================
       12.FAQ's css 
===========================*/
.faq-area .faq-accordion .accordion .card {
    border: 0;
    background: none;
}

    .faq-area .faq-accordion .accordion .card .card-header {
        border: 0;
        background: none;
        margin-top: 15px;
        padding: 1px 0px;
    }

        .faq-area .faq-accordion .accordion .card .card-header a {
            font-size: 18px;
            font-weight: 500;
            color: #000;
            display: block;
            position: relative;
            padding: 10px 15px;
            background-color: #fff;
            border-radius: 4px;
            border: 1px solid #e4e4e4;
        }

            .faq-area .faq-accordion .accordion .card .card-header a::before {
                content: '\ea58';
                font-family: 'LineIcons';
                position: absolute;
                top: 50%;
                right: 15px;
                transform: translateY(-50%);
            }

        .faq-area .faq-accordion .accordion .card .card-header .collapsed::before {
            content: '\ea5c';
        }

    .faq-area .faq-accordion .accordion .card .card-body {
        padding: 20px 10px;
    }

/*===========================
    13.CONTACT css 
===========================*/
.form-group {
    margin: 0;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333333;
    background: #cbced1;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

p.form-message.error {
    color: #f00;
}

.contact-form .single-form {
    margin-top: 30px;
}

    .contact-form .single-form textarea,
    .contact-form .single-form input {
        width: 100%;
        height: 52px;
        border: 1px solid #cbced1;
        border-radius: 5px;
        padding: 0 25px;
        background-color: #fff;
        font-size: 14px;
    }

        .contact-form .single-form input:focus {
            border-color: #fc3832;
        }

    .contact-form .single-form textarea {
        height: 160px;
        padding-top: 15px;
        resize: none;
    }

        .contact-form .single-form textarea:focus {
            border-color: #fc3832;
        }

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}

.contact-info .single-contact-info .contact-info-icon i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    border-radius: 50%;
}

.contact-info .single-contact-info .contact-info-content {
    padding-left: 20px;
}

.contact-info .single-contact-info.contact-color-1 .contact-info-icon i {
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
    z-index: -1;
}

.contact-info .single-contact-info.contact-color-2 .contact-info-icon i {
    background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    background-size: 200%;
}

.contact-info .single-contact-info.contact-color-3 .contact-info-icon i {
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
    z-index: -1;
}

.map {
    border: none;
    width: 100%;
    height: 495px;
}

/*===========================
      14.BRAND css 
===========================*/

.brand-area {
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-logo {
    padding: 0 40px;
}

    .single-logo img {
        width: 100%;
        opacity: 0.5;
        transition: all 0.3s ease-out 0s;
    }

    .single-logo:hover img {
        opacity: 1;
    }

/*===========================
       15.FOOTER css 
===========================*/

.footer-area {
    position: relative;
    padding-top: 26px;
    padding-bottom: 50px;
}

    .footer-area:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        /* bottom: -8px; */
        left: 0px;
        background: #182b52d6;
        z-index: -1;
        background-image: url(../images/footer_jz.png);
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: bottom;
    }

#particles-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#particles-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.footer-area .social li {
    display: inline-block;
    margin: 0 5px;
}

    .footer-area .social li a {
        font-size: 24px;
        color: #fff;
        transition: all 0.3s ease-out 0s;
    }

        .footer-area .social li a:hover {
            color: #fe6e9a;
        }

.footer-area .footer-support {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: 500;
}

.footer-support span {
    display: block;
}


.footer-area .copyright .text {
    color: #fff;
}

.footer-area .footer_menu_list {
    display: flex;
    justify-content: center;
    border-top: 1px solid #ffffff6b;
    padding-top: 10px;
}

.footer-area .footer-logo img {
    width: 160px;
}


/*===== BACK TO TOP =====*/
.back-to-top {
    font-size: 20px;
    color: #fff;
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background: #182b52d6;
    text-align: center;
    z-index: 99;
    display: none;
    border-radius: 50px;
    border: 2px solid #fff;
}

    .back-to-top:hover {
        color: #fff;
        background-color: #182b52d6;
    }


/*==========================
        16.PORTFOLIO
============================*/
.portfolio-box {
    overflow: hidden;
    position: relative;
    margin-top: 30px;
}

.filters li a {
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    padding: 10px 30px;
    color: #333333;
    border-radius: 30px;
    font-weight: 400;
    background: #e8e8e8;
}

    .filters li a.active {
        color: #fff;
        background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
    }

.img-overlay {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    background: #182b52d6;
    /* visibility: hidden; */
    color: #fff;
    /* opacity: 0; */
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    padding: 1rem 2rem;
    transition: all .3s ease;
    border-radius: 0 0 4px 4px;
}

.portfolio-icon {
    position: absolute;
    top: -50px;
    right: 10px;
    width: 40px;
    height: 40px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    font-size: 24px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 40px;
}

    .portfolio-icon a {
        color: #e63f4b;
    }

        .portfolio-icon a:hover {
            color: #fff;
        }

    .portfolio-icon:hover {
        background: #e63f4b;
    }

.portfolio-box:hover .img-overlay {
    visibility: visible;
    opacity: 1;
    bottom: 0;
}

.portfolio-box:hover .portfolio-icon {
    visibility: visible;
    opacity: 1;
    top: 10px;
}

/*==========================
        17.BLOG
============================*/
.blog-single {
    margin-bottom: 30px;
}

.blog--card {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 5px 20px rgba(105,106,119,.05);
    box-shadow: 0 5px 20px rgba(105,106,119,.05);
}

    .blog--card figure {
        padding: 10px 10px 0;
        position: relative;
        margin: 0;
    }

        .blog--card figure figcaption {
            position: absolute;
            left: 25px;
            bottom: 15px;
        }

            .blog--card figure figcaption a {
                width: 40px;
                height: 40px;
                border-radius: 50%;
                background: #e63f4b;
                color: #fff;
                display: flex;
                -webkit-box-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                align-items: center;
                font-size: 22px;
            }

    .blog--card .card-body h5 a {
        color: #182b52d6;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

        .blog--card .card-body h5 a:hover {
            color: #e63f4b;
        }

    .blog--card .card-body .post-meta {
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 1px solid #e4e8ed;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-weight: 400;
    }

        .blog--card .card-body .post-meta li {
            color: #9192a3;
            margin-right: 1rem;
        }

            .blog--card .card-body .post-meta li a {
                color: #314584;
                -webkit-transition: all .3s ease;
                -o-transition: all .3s ease;
                transition: all .3s ease;
            }

                .blog--card .card-body .post-meta li a:hover {
                    color: #e63f4b;
                }

.sidebar .search-widget {
    margin-bottom: 2rem;
}

    .sidebar .search-widget .input-group input {
        width: 100%;
        border-radius: 1.66667rem;
        background: #f5f4f7;
        border: 0 none;
        height: 3.33333rem;
        padding: 0 4rem 0 1.66667rem;
    }

    .sidebar .search-widget .input-group button {
        padding: 0 1.33333rem;
        border-radius: 1.66667rem;
        position: absolute;
        right: 0;
        top: 0;
        height: 3.33333rem;
        background: 0 0;
        border: 0;
        cursor: pointer;
    }

.sidebar .widget-default {
    -webkit-border-radius: .26667rem;
    border-radius: .26667rem;
    border: 1px solid #e4e8ed;
    margin-bottom: 2rem;
}

.sidebar .widget-header .widget-title {
    margin: 0;
    border-bottom: 1px solid #e4e8ed;
    padding: 15px;
}

.sidebar .widget-content {
    padding: 15px;
}

.sidebar .category-widget li {
    margin-bottom: 5px;
    position: relative;
}

    .sidebar .category-widget li i {
        font-size: 11px;
        font-weight: 600;
    }

.sidebar .category-widget ul li a {
    color: #202428;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

    .sidebar .category-widget ul li a:hover {
        color: #e63f4b;
    }

.sidebar-post .post-single {
    margin-bottom: 15px;
}

    .sidebar-post .post-single P {
        margin: 0 0 0 1rem;
    }

        .sidebar-post .post-single P span {
            display: block;
            line-height: 1.46667rem;
        }

            .sidebar-post .post-single P span a {
                color: #314584;
            }

    .sidebar-post .post-single .post-title {
        margin-top: .66667rem;
        display: block;
        font-weight: 500;
        color: #202428;
    }

.tags-widget ul {
    display: flex;
    flex-wrap: wrap;
}

    .tags-widget ul li {
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .tags-widget ul li a {
            line-height: 1.73333rem;
            display: block;
            border: 1px solid #e4e8ed;
            border-radius: 3px;
            padding: 2px .66667rem;
            -webkit-transition: all .3s ease;
            -o-transition: all .3s ease;
            transition: all .3s ease;
            color: #5a6671;
            font-size: .86667rem;
        }

            .tags-widget ul li a:hover {
                color: #fff;
                background: linear-gradient(to right,#fe8464 0%,#fe6e9a 50%,#fe8464 100%);
                border-color: #fe8464;
            }

/*==========================
        18.LOGIN PAGE
============================*/
.login-container {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #1668ec;
    background: linear-gradient(to right, #1668ec 0%,#685ac5 100%);
}

.login-wrap {
    width: 480px;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 30px;
}

.form-title {
    width: 100%;
    display: block;
    font-size: 26px;
    color: #555;
    line-height: 1.2;
    text-align: center;
    font-weight: 500;
}

.form-change-link {
    font-size: 16px;
    font-weight: bolder;
    color: #182b52d6;
    margin-left: 10px;
}

.login-links, .forgot-links {
    margin: 20px 0;
    display: flex;
    color: #314584;
}

.Home-links {
    text-align: center;
    font-size: 22px;
}

    .Home-links a {
        color: #314584;
    }

.login_form .form-group input {
    width: 100%;
    height: 52px;
    border: 1px solid #cbced1;
    border-radius: 5px;
    padding: 0 25px;
    background-color: #fff;
    font-size: 14px;
}

.login_form .form-group {
    margin-top: 20px;
}

/*==========================
        19.RESPONSIVE
============================*/
@media (max-width: 1199px) {

    .container {
        max-width: 100%;
    }

    .header-content {
        padding-top: 180px;
        padding-bottom: 130px;
    }
}

@media (max-width: 991px) {

    .dropdown-menu {
        background-color: transparent;
        border: none;
    }

    .inner-banner {
        height: 250px;
    }

    .header-content .main-btn {
        margin-bottom: 35px;
    }

    .header-content {
        text-align: center;
    }

    .navbar-area.sticky {
        padding: 10px 0;
    }

    .navbar-area > .container {
        width: 100%;
    }

    .navbar-area .navbar .navbar-btn li a {
        padding: 10px 30px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {

    .filters li {
        width: 100%;
        margin-bottom: 10px;
    }

        .filters li a {
            width: 98%;
            margin: 0 10px;
            display: flex;
            justify-content: center;
        }

    .section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-content .white-btn {
        margin: auto;
        display: table;
    }

    .about-content h4 {
        text-align: center;
    }

    .about-content .text {
        text-align: center;
    }

    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }

    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
        text-align: center;
    }

    .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #f4f6f7;
        z-index: 8;
        padding: 10px 0;
        box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    }

    .contact-info .single-contact-info {
        margin: 10px 0px;
    }

    .team-style-eleven .team-content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .single-testimonial {
        padding: 20px 20px 5px;
    }

    .pricing-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .danger-buttons .danger-five {
        padding-left: 40px;
    }

    .brand-logo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .single-logo {
        padding: 0 20px;
        margin: 10px 0px;
        width: 50%;
    }

    .buttons-title .title {
        font-size: 24px;
        line-height: 35px;
    }

    .navbar-area .navbar .navbar-nav .nav-item a::before {
        display: none;
    }

    .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
        color: #333333;
    }

    .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 60px;
        top: 0px;
    }

    .navbar-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        color: #333333;
        text-align: center;
    }

    .header-content .title {
        font-size: 34px;
        line-height: 45px;
    }

    .header-content {
        padding-top: 190px;
        padding-bottom: 150px;
    }

    .team-style-eleven:hover .team-content {
        padding-top: 35px;
    }

    .team-style-eleven .team-content .sub-title {
        font-size: 14px;
    }

    .team-style-eleven .team-content .team-name a {
        font-size: 18px;
    }

    .faq-area .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }

    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 22px;
        line-height: 42px;
    }

    .single-features .features-title-icon .features-title a {
        font-size: 24px;
        line-height: 35px;
    }

    .footer-area .footer-support span {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }

    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }

    .single-features .features-title-icon .features-title a {
        font-size: 24px;
        line-height: 35px;
    }

    .header-content .title {
        font-size: 58px;
        line-height: 80px;
    }

    .faq-area .faq-accordion .accordion .card .card-header a {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .navbar-area .navbar .navbar-collapse {
        position: absolute;
        top: 115%;
        left: 0;
        width: 100%;
        background-color: #f4f6f7;
        z-index: 8;
        padding: 10px 0;
        box-shadow: 0px 10px 25px 0px rgba(18, 18, 18, 0.05);
    }

    .single-logo {
        padding: 0 15px;
    }

    .navbar-area .navbar .navbar-nav .nav-item a {
        padding: 10px 0;
        display: block;
        color: #333333;
    }

        .navbar-area .navbar .navbar-nav .nav-item a::before {
            display: none;
        }

    .navbar-area .navbar .navbar-nav .nav-item.active > a, .navbar-area .navbar .navbar-nav .nav-item:hover > a {
        color: #333333;
    }

    .navbar-area .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 0px;
    }

    .header-content .title {
        font-size: 72px;
        line-height: 90px;
    }

    .portfolio-menu ul li {
        font-size: 14px;
        padding: 0 26px;
    }

    .pricing-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-logo {
        width: 33.33%;
    }

    .single-features .features-title-icon .features-title a {
        font-size: 36px;
        line-height: 45px;
    }

    .single-pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px;
    }

    .single-pricing .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}



